SPREAD for WPF 4.0J - GcSpreadSheet
GetValue(IEvaluationContext,Int32,Int32,Int32,Int32,CellValue[],Int32) メソッド

GrapeCity.CalcEngine アセンブリ > GrapeCity.CalcEngine 名前空間 > IReferenceSource インターフェース > GetValue メソッド : GetValue(IEvaluationContext,Int32,Int32,Int32,Int32,CellValue[],Int32) メソッド
評価コンテキストを示すEvaluationContextオブジェクト。
2次元行列の一番上の行インデックスを示す整数値。
2次元行列の左端の列インデックスを示す整数値。
2次元行列の一番下の行インデックスを示す整数値。
2次元行列の右端の列インデックスを示す整数値。
指定した範囲にある値を表すCellValue配列。
データを書き込む開始項目インデックス。
2次元行列の指定した範囲にある値を取得します。
シンタックス
'宣言
 
Overloads Sub GetValue( _
   ByVal context As IEvaluationContext, _
   ByVal row As System.Integer, _
   ByVal column As System.Integer, _
   ByVal row2 As System.Integer, _
   ByVal column2 As System.Integer, _
   ByVal result() As CellValue, _
   Optional ByVal index As System.Integer _
) 
void GetValue( 
   IEvaluationContext context,
   System.int row,
   System.int column,
   System.int row2,
   System.int column2,
   CellValue[] result,
   System.int index
)

パラメータ

context
評価コンテキストを示すEvaluationContextオブジェクト。
row
2次元行列の一番上の行インデックスを示す整数値。
column
2次元行列の左端の列インデックスを示す整数値。
row2
2次元行列の一番下の行インデックスを示す整数値。
column2
2次元行列の右端の列インデックスを示す整数値。
result
指定した範囲にある値を表すCellValue配列。
index
データを書き込む開始項目インデックス。
参照

IReferenceSource インターフェース
IReferenceSource メンバ
オーバーロード一覧